.wechat-code {
  background-color: #fafbfd;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
}
.wechat-code .code {
  width: 104px;
  height: 104px;
  background: #FFFFFF;
  box-shadow: 0 30px 21px rgba(27, 53, 84, 0.08);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.wechat-code .code img {
  width: 93px;
  height: 92px;
}
.wechat-code > p {
  font-size: 16px;
  font-weight: 500;
  color: #2B2B2B;
  margin: 20px 0 8px 0;
}
.wechat-code .sao {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #3A74FF;
  display: flex;
  align-items: center;
}
.wechat-code .sao img {
  width: 24px;
  height: 24px;
}
/*# sourceMappingURL=wechatCode.css.map */